home *** CD-ROM | disk | FTP | other *** search
/ Managing Customers for Profits / Managing Customers for Profits.iso / TubePack / TUBEPACK.RSR / STR#_14000.txt < prev    next >
Encoding:
Text File  |  1997-03-14  |  2.6 KB  |  141 lines

  1. Format: SUM(<expression>, <expression>, ...)
  2.  
  3. Format: MAX(<expression>, <expression>, ...)
  4.  
  5. Format: MIN(<expression>, <expression>, ...)
  6.  
  7. Format: MEAN(<expression>, <expression>, ...)
  8.  
  9. Format: ABS(<expression>)
  10.  
  11. Format: ARCTAN(<expression>)
  12.  
  13. Format: COS(<radians>)
  14.  
  15. Format: EXP(<expression>)
  16.  
  17. Format: INT(<expression>)
  18.  
  19. Format: LOG10(<expression>)
  20.  
  21. Format: LOGN(<expression>)
  22.  
  23. Format: PI
  24.  
  25. Format: ROUND(<expression>)
  26.  
  27. Format: SIN(<radians>)
  28.  
  29. Format: SQRT(<expression>)
  30.  
  31. Format: TAN(<radians>)
  32.  
  33. Format: STEP(<height>, <time>)
  34.  
  35. Format: PULSE(<volume>[, <first pulse>, <interval>])
  36.  
  37. Format: RAMP(<slope>[, <time>])
  38.  
  39. Format: DERIVN(<input>, <order>)
  40.  
  41. Format: STARTTIME
  42.  
  43. Format: STOPTIME
  44.  
  45. Format: DT
  46.  
  47. Format: TIME
  48.  
  49. Format: DELAY(<input>, <delay duration> [,<initial>])
  50.  
  51. Format: PCT(<fraction>)
  52.  
  53. Format: SWITCH(<input1>, <input2>)
  54.  
  55. Format: SOUND(<expression>)
  56.  
  57. Format: RANDOM(<min>, <max>[, <seed>])
  58.  
  59. Format: NORMAL(<mean>, <std>[, <seed>])
  60.  
  61. Format: SMTH1(<input>, <averaging time>[, <initial>])
  62.  
  63. Format: SMTH3(<input>, <averaging time>[, <initial>])
  64.  
  65. Format: SMTHN(<input>, <averaging time>, <n>[, <initial>])
  66.  
  67. Format: INIT(<stock>) or INIT(<flow>) or INIT(<converter>)
  68.  
  69. Format: FORCST(<input>, <time>, <horizon>[, <initial>])
  70.  
  71. Format: TREND(<input>, averaging time>[, <initial>])
  72.  
  73. Format: NPV(<input>, <rate>[, <initial>])
  74.  
  75. Format: PV(<rate>, <nper>, <pmt>, <fv>)
  76.  
  77. Format: FV(<rate>, <nper>, <pmt>, <pv>)
  78.  
  79. Format: PMT(<rate>, <nper>, <pv>, <fv>)
  80.  
  81. Format: QLEN(<queue>) or QLEN(<conveyor>)
  82.  
  83. Format: QELEM(<queue>, <element>) or QELEM(<conveyor>, <element>)
  84.  
  85. Format: SINWAVE(<amplitude>, <period>)
  86.  
  87. Format: COSWAVE(<amplitude>, <period>)
  88.  
  89. Format: MOD(<expression>, <modulus>)
  90.  
  91. Format: OSTATE(<oven>)
  92.  
  93. Format: EXPRND(<lambda>[, <seed>])
  94.  
  95. Format: POISSON(<mu>[, <seed>])
  96.  
  97. Format: MONTECARLO(<probability>[, <seed>])
  98.  
  99. Format: ACT(<time>, <flow1>[ΓǪ, <flowN>], <stock1>[ΓǪ, <stockN>])
  100.  
  101. Format: APCU(<stock>, <capacity>, <averaging time>)
  102.  
  103. Format: TRANSTIME(<conveyor>)
  104.  
  105. Format: CAP(<oven>) or CAP(<conveyor>)
  106.  
  107. Format: PAUSE
  108.  
  109. Format: COOKTIME(<oven>)
  110.  
  111. Format: COUNTER(<start>, <end>)
  112.  
  113. Format: CYCLETIME(<flow>[, <weighted>])
  114.  
  115. Format: THROUGHPUT(<flow>[, <initial>])
  116.  
  117. Format: CTMEAN(<flow>[, <initial>, <weighted>])
  118.  
  119. Format: CTSTDDEV(<flow>[, <weighted>])
  120.  
  121. Format: CTMIN(<flow>[, <initial>, <instantaneous>])
  122.  
  123. Format: CTMAX(<flow>[, <initial>, <instantaneous>])
  124.  
  125. Format: CTFLOW(<flow>)
  126.  
  127. Format: CGROWTH(<percentage>)
  128.  
  129. Format: REWORK(<percentage>)
  130.  
  131. Format: RUNS
  132.  
  133. Format: ARRAYSUM(<arrayed variable>)
  134.  
  135. Format: ARRAYMEAN(<arrayed variable>)
  136.  
  137. Format: ARRAYSTDDEV(<arrayed variable>)
  138.  
  139. Format: ARRAYDOTPRD(<arrayed variable>, <arrayed variable>)
  140.  
  141.